home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / routing / routed-config.hlp.z / routed-config.hlp
Encoding:
Text File  |  1997-07-30  |  4.2 KB  |  102 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Dynamic Routing Configuration</H2>
  8. <P>
  9. The kernel routing table is maintained by the <VAR>routed</VAR> daemon, 
  10. which communicates with other <VAR>routed</VAR> daemons on the network 
  11. using a variant of the Xerox NS Routing Information Protocol (RIP). 
  12. These systems broadcast information about the networks to which they 
  13. are connected; they also broadcast all the information that they
  14. learn from other daemons. Client systems listen to these broadcasts 
  15. to set up their own routing tables.
  16. </P>
  17. <P>
  18. Use the Dynamic Routing Configuration form to set these parameters:
  19. </P>
  20. <P>
  21. <STRONG>Enable dynamic routing:</STRONG> This selection turns routing
  22. on and off for this system. Select <VAR>Yes</VAR> to turn on dynamic 
  23. routing and <VAR>No</VAR> to turn it off. Typically, any system connected 
  24. to a company intranet that contains more than one network should have 
  25. dynamic routing turned on.
  26. </P>
  27. (Default value: Yes) 
  28. <P>
  29. Note: This is identical to the <I>Enable dynamic routing</I> selection on 
  30. the Gateway Configuration form. You can change the setting from either 
  31. form (your selection is automatically applied to the Gateway Configuration
  32. form to update it).
  33. </P>
  34. <P>
  35. <STRONG>Offer default destination for unknown routes:</STRONG> This
  36. selection controls whether this system can route to any destination 
  37. that is not broadcast. Often the Internet gateway system routes packets
  38. from the internal company intranet to the external Internet. If your
  39. system requires this ability, select <VAR>Yes</VAR> to turn on routing 
  40. to external Internet locations; select <VAR>No</VAR> to turn it off.
  41. </P>
  42. (Default value: No)
  43. <P>
  44. <STRONG>Force router to supply network information:</STRONG> By default,
  45. systems with only one network interface do not broadcast routing information. 
  46. Select <VAR>Yes</VAR> to override the default behavior so this system will 
  47. send routing broadcasts.
  48. </P>
  49. (Default value: No)
  50. <P>
  51. <STRONG>Print all inbound and outbound packets to standard output
  52. device:</STRONG> This is a useful option for testing. If you select
  53. <VAR>Yes</VAR>, every routing information packet that this daemon hears 
  54. on the network or that it sends will be printed. You should 
  55. select <VAR>No</VAR> for normal operation.
  56. </P>
  57. (Default value: No)
  58. <P>
  59. <STRONG>Advertise host routes on the primary interface:</STRONG> For
  60. systems with multiple network interfaces, it is often useful to
  61. broadcast a false host route for a network address to other systems 
  62. to reduce the likelihood of routing loops. This broadcasts information 
  63. about all non-primary network interfaces to the network attached to 
  64. the primary interface. For the same behavior on the non-primary network 
  65. interfaces, use the option below.
  66. </P>
  67. (Default value: No)
  68. <P>
  69. <STRONG>Advertise host routes on secondary interfaces:</STRONG>
  70. For systems with multiple network interfaces, it is often useful to
  71. broadcast a false host route for the network address to other machines 
  72. to reduce the likelihood of routing loops. This broadcasts information 
  73. about all interfaces to each network to which the system is connected 
  74. except the primary interface. For the same behavior on the primary 
  75. interface, use the option above.
  76. </P>
  77. (Default value: No)
  78. <P>
  79. <STRONG>Filename for logging routing events:</STRONG> This is a
  80. useful parameter for debugging routing problems. Enter the path 
  81. name for the file in which all routing events will be saved (such 
  82. as /usr/tmp/route.events). Whenever a route is added, deleted, or 
  83. changed, a note about the event is recorded in this file.
  84. </P>
  85. (Default value: none)
  86. <P>
  87. <STRONG>Filter out routes to network ___ and replace with a
  88. default with hop count of ___:</STRONG><BR> Enter a network interface address
  89. in dotted decimal (such as 1.2.3.4) or hexadecimal (such as 0x01020304) 
  90. notation and a hop count of an integer less than sixteen. The purpose 
  91. of this filter is to reduce the propagation of routes to slow links by 
  92. sending a single default route. This is often used on systems connected 
  93. to slow PPP links over modem lines to reduce traffic overhead of passing 
  94. large routing packets over the link.
  95. </P>
  96. (Default value for hop count: 14)
  97. <CENTER>
  98. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  99. </CENTER>
  100. </FORM>
  101. EndOfFile
  102.